home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / accounts / fs_inv41.exe / FS_PRORD.BAT < prev    next >
DOS Batch File  |  1992-07-13  |  1KB  |  35 lines

  1. ECHO OFF
  2. CLS
  3. ECHO *
  4. ECHO *
  5. ECHO *
  6. ECHO ************* PRINT - REGISTRATION INVOICE/ORDER FORM
  7. ECHO *
  8. ECHO *  There is a total of one pages to this order. 
  9. ECHO *
  10. ECHO *  Feed one sheet of continous paper through printer and set "Top of Page" 
  11. ECHO *  two lines below the fold of the second sheet. 
  12. ECHO *
  13. ECHO *  Get printer ready to print first set of pages.
  14. ECHO *
  15. PAUSE
  16. CLS
  17. ECHO *
  18. ECHO *
  19. ECHO *
  20. ECHO         ************ THANK YOU FOR REGISTERING ***********
  21. ECHO *  
  22. ECHO *  I look forward to working with you in the months to come.
  23. ECHO *  
  24. ECHO *  Remember; I am just a phone call away and even if your question sounds
  25. ECHO *  dumb to you, ask away. Some of the best ideas my clients have brought
  26. ECHO *  to my attention seemed like dumb ideas at the time but proved to be 
  27. ECHO *  a big help to me as well as other clients.
  28. ECHO *  
  29. ECHO **             Sincerely;  Larry Larsen
  30. ECHO **
  31. ECHO **
  32. ECHO **
  33. COPY FS_ORDER.DOC PRN   
  34. ECHO **************************************************************************
  35. CLS